← Back to issue list

Snap with python3 + tkinter crashes with SEGFAULT

View original Launchpad issue

Metadata

Project
snapcraft (launchpad)
Number
#1847321
Type
issue
State
open
Author
~eikekuehn42
Labels
python3 tkinter
Created
2019-10-08 18:15:04.883482+00:00
Updated
2020-04-19 16:33:12.236650+00:00
Closed

Current evaluation

No evaluation has been recorded for this issue yet.

Issue body

On trying to convert a working python package using tkinter the resulting Snap crashes with SEGFAULT. I've reduced the code to a minimal example: https://github.com/randomchars42/snap_python_tkinter_skeleton This produces the following output: initialising tk: window = Tk() done adding window title: window.title(TEXT) done creating a label: label = Label(window) Segmentation fault (core dumped)

Evaluation history

No evaluation history available.